DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IndexQuery<T> Class / GroupByUntypedKey Method

In This Topic
    GroupByUntypedKey Method (IndexQuery<T>)
    In This Topic
    Groups the collection of search results by its search key.
    Syntax
    'Declaration
     
    Public Overridable Function GroupByUntypedKey() As GroupingQuery(Of T)
    public virtual GroupingQuery<T> GroupByUntypedKey()

    Return Value

    Search result collection grouped by its search key.
    See Also